projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67cec3a
)
commit: Add missing (allow-none) in write_ref_immediate()
author
Colin Walters
<walters@verbum.org>
Wed, 4 Mar 2015 02:16:33 +0000
(21:16 -0500)
committer
Colin Walters
<walters@verbum.org>
Wed, 4 Mar 2015 02:16:33 +0000
(21:16 -0500)
Spotted by Adam Coldrick.
src/libostree/ostree-repo-commit.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-commit.c
b/src/libostree/ostree-repo-commit.c
index 91b345e394b26d0826b72c1e538f630fb9732c72..8ea7d76b7a746ba50c785a88169328de77f61a4c 100644
(file)
--- a/
src/libostree/ostree-repo-commit.c
+++ b/
src/libostree/ostree-repo-commit.c
@@
-1302,7
+1302,7
@@
ostree_repo_transaction_set_ref (OstreeRepo *self,
* @self: An #OstreeRepo
* @remote: (allow-none): A remote for the ref
* @ref: The ref to write
- * @checksum:
The checksum to point it to
+ * @checksum:
(allow-none): The checksum to point it to, or %NULL to unset
* @cancellable: GCancellable
* @error: GError
*